Html Css Color HEX #FAFEC4 Carla

📋 copy color: '#FAFEC4'

red 250 ◦ green 254 ◦ blue 196

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

Shades of Carla #FAFEC4

Tints of Carla #FAFEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 28%

R = 35.71%
G = 36.29%
B = 28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FAFEC4 (or 0xFAFEC4) is known color: Carla. HEX triplet: FA, FE and C4. RGB value is (250,254,196). Sum of RGB (Red+Green+Blue) = 250+254+196=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 196 (76.95% from 255 or 28% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC4 is #05013B. Grayscale: #F6F6F6. Windows color (decimal): -327996 or 12910330. OLE color: 12910330.

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

Color convert

RGB 250 254 196 -
CMYK 0.02 0 0.23 0.00
HSL 64.14º 0.97% 0.88% -
HSV(B) 64.14º 0.23% 1% -
XYZ 84.83 95.19 66.13 -
YUV 246.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 250 254 196 0.02 0 0.23 0.00 64.14 0.97 0.88
Hex FA FE C4 2 0 17 0 40 61 58
Octal 372 376 304 2 0 27 0 100 141 130
Binary 11111010 11111110 11000100 10 0 10111 0 1000000 1100001 1011000

Color Harmonies of #FAFEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEC4

Black with #FAFEC4

Text Example


Text Example

White with #FAFEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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