Html Css Color HEX #FAFECB Carla

📋 copy color: '#FAFECB'

red 250 ◦ green 254 ◦ blue 203

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

Shades of Carla #FAFECB

Tints of Carla #FAFECB

RGB

 RED value IS 250 (98.05% from 255) = 35.36%

 GREEN value IS 254 (99.61% from 255) = 35.93%

 BLUE value IS 203 (79.69% from 255) = 28.71%

R = 35.36%
G = 35.93%
B = 28.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FAFECB (or 0xFAFECB) is known color: Carla. HEX triplet: FA, FE and CB. RGB value is (250,254,203). Sum of RGB (Red+Green+Blue) = 250+254+203=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECB is #050134. Grayscale: #F7F7F7. Windows color (decimal): -327989 or 13369082. OLE color: 13369082.

HSL color Cylindrical-coordinate representation of color #FAFECB: hue angle of 64.71º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFECB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 203 -
CMYK 0.02 0 0.20 0.00
HSL 64.71º 0.96% 0.9% -
HSV(B) 64.71º 0.2% 1% -
XYZ 85.65 95.52 70.42 -
YUV 246.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 250 254 203 0.02 0 0.20 0.00 64.71 0.96 0.9
Hex FA FE CB 2 0 14 0 41 60 5A
Octal 372 376 313 2 0 24 0 101 140 132
Binary 11111010 11111110 11001011 10 0 10100 0 1000001 1100000 1011010

Color Harmonies of #FAFECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFECB

Black with #FAFECB

Text Example


Text Example

White with #FAFECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFECB; }

 p { color: rgb(250,254,203); }

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

background-color css

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

 a { background-color: rgb(250,254,203); }

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

border-color css

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

 span { border-color: rgb(250,254,203); }

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