Html Css Color HEX #FAFFCA Carla

📋 copy color: '#FAFFCA'

red 250 ◦ green 255 ◦ blue 202

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

Shades of Carla #FAFFCA

Tints of Carla #FAFFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 28.57%

R = 35.36%
G = 36.07%
B = 28.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FAFFCA (or 0xFAFFCA) is known color: Carla. HEX triplet: FA, FF and CA. RGB value is (250,255,202). Sum of RGB (Red+Green+Blue) = 250+255+202=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 202 (79.30% from 255 or 28.57% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCA is #050035. Grayscale: #F7F7F7. Windows color (decimal): -327734 or 13303802. OLE color: 13303802.

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

Color convert

RGB 250 255 202 -
CMYK 0.02 0 0.21 0
HSL 65.66º 1% 0.9% -
HSV(B) 65.66º 0.21% 1% -
XYZ 85.85 96.11 69.9 -
YUV 247.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 250 255 202 0.02 0 0.21 0 65.66 1 0.9
Hex FA FF CA 2 0 15 0 42 64 5A
Octal 372 377 312 2 0 25 0 102 144 132
Binary 11111010 11111111 11001010 10 0 10101 0 1000010 1100100 1011010

Color Harmonies of #FAFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFCA

Black with #FAFFCA

Text Example


Text Example

White with #FAFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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