Html Css Color HEX #FBFFC1 Carla

📋 copy color: '#FBFFC1'

red 251 ◦ green 255 ◦ blue 193

#FBFFC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carla #FBFFC1

Tints of Carla #FBFFC1

RGB

 RED value IS 251 (98.44% from 255) = 35.91%

 GREEN value IS 255 (100% from 255) = 36.48%

 BLUE value IS 193 (75.78% from 255) = 27.61%

R = 35.91%
G = 36.48%
B = 27.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBFFC1 (or 0xFBFFC1) is known color: Carla. HEX triplet: FB, FF and C1. RGB value is (251,255,193). Sum of RGB (Red+Green+Blue) = 251+255+193=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC1 is #04003E. Grayscale: #F6F6F6. Windows color (decimal): -262207 or 12713979. OLE color: 12713979.

HSL color Cylindrical-coordinate representation of color #FBFFC1: hue angle of 63.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 251 255 193 -
CMYK 0.02 0 0.24 0
HSL 63.87º 1% 0.88% -
HSV(B) 63.87º 0.24% 1% -
XYZ 85.17 95.88 64.47 -
YUV 246.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 251 255 193 0.02 0 0.24 0 63.87 1 0.88
Hex FB FF C1 2 0 18 0 40 64 58
Octal 373 377 301 2 0 30 0 100 144 130
Binary 11111011 11111111 11000001 10 0 11000 0 1000000 1100100 1011000

Color Harmonies of #FBFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFC1

Black with #FBFFC1

Text Example


Text Example

White with #FBFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFC1; }

 p { color: rgb(251,255,193); }

 H1.HeaderClassName
 {
   color: #FBFFC1;
 }
 .AnyTagClassName
 {
   color: #FBFFC1;
 }
</style>

background-color css

<style>
 a { background-color: #FBFFC1; }

 a { background-color: rgb(251,255,193); }

 div.DivClassName
 {
   background-color: #FBFFC1;
 }
 .BgClassName
 {
   background-color: #FBFFC1;
 }
</style>

border-color css

<style>
 span { border-color: #FBFFC1; }

 span { border-color: rgb(251,255,193); }

 td.TdClassName
 {
   border-color: #FBFFC1;
 }
 .TagClassName
 {
   border-color: #FBFFC1;
 }
</style>