Html Css Color HEX #FAFFC4 Carla

📋 copy color: '#FAFFC4'

red 250 ◦ green 255 ◦ blue 196

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

Shades of Carla #FAFFC4

Tints of Carla #FAFFC4

RGB

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

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

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

R = 35.66%
G = 36.38%
B = 27.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FAFFC4 (or 0xFAFFC4) is known color: Carla. HEX triplet: FA, FF and C4. RGB value is (250,255,196). Sum of RGB (Red+Green+Blue) = 250+255+196=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 196 (76.95% from 255 or 27.96% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC4 is #05003B. Grayscale: #F7F7F7. Windows color (decimal): -327740 or 12910586. OLE color: 12910586.

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

Color convert

RGB 250 255 196 -
CMYK 0.02 0 0.23 0
HSL 65.08º 1% 0.88% -
HSV(B) 65.08º 0.23% 1% -
XYZ 85.15 95.83 66.23 -
YUV 246.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 250 255 196 0.02 0 0.23 0 65.08 1 0.88
Hex FA FF C4 2 0 17 0 41 64 58
Octal 372 377 304 2 0 27 0 101 144 130
Binary 11111010 11111111 11000100 10 0 10111 0 1000001 1100100 1011000

Color Harmonies of #FAFFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFC4

Black with #FAFFC4

Text Example


Text Example

White with #FAFFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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