Html Css Color HEX #FAFFC3 Carla

📋 copy color: '#FAFFC3'

red 250 ◦ green 255 ◦ blue 195

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

Shades of Carla #FAFFC3

Tints of Carla #FAFFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 27.86%

R = 35.71%
G = 36.43%
B = 27.86%

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

#FAFFC3 (or 0xFAFFC3) is known color: Carla. HEX triplet: FA, FF and C3. RGB value is (250,255,195). Sum of RGB (Red+Green+Blue) = 250+255+195=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 195 (76.56% from 255 or 27.86% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC3 is #05003C. Grayscale: #F6F6F6. Windows color (decimal): -327741 or 12845050. OLE color: 12845050.

HSL color Cylindrical-coordinate representation of color #FAFFC3: hue angle of 65º 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 #FAFFC3 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 195 -
CMYK 0.02 0 0.24 0
HSL 65º 1% 0.88% -
HSV(B) 65º 0.24% 1% -
XYZ 85.03 95.78 65.64 -
YUV 246.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 250 255 195 0.02 0 0.24 0 65 1 0.88
Hex FA FF C3 2 0 18 0 41 64 58
Octal 372 377 303 2 0 30 0 101 144 130
Binary 11111010 11111111 11000011 10 0 11000 0 1000001 1100100 1011000

Color Harmonies of #FAFFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFC3

Black with #FAFFC3

Text Example


Text Example

White with #FAFFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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