Html Css Color HEX #FCFFCA Carla

📋 copy color: '#FCFFCA'

red 252 ◦ green 255 ◦ blue 202

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

Shades of Carla #FCFFCA

Tints of Carla #FCFFCA

RGB

 RED value IS 252 (98.83% from 255) = 35.54%

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

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

R = 35.54%
G = 35.97%
B = 28.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FCFFCA (or 0xFCFFCA) is known color: Carla. HEX triplet: FC, FF and CA. RGB value is (252,255,202). Sum of RGB (Red+Green+Blue) = 252+255+202=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 202 (79.30% from 255 or 28.49% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFCA is #030035. Grayscale: #F8F8F8. Windows color (decimal): -196662 or 13303804. OLE color: 13303804.

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

Color convert

RGB 252 255 202 -
CMYK 0.01 0 0.21 0
HSL 63.4º 1% 0.9% -
HSV(B) 63.4º 0.21% 1% -
XYZ 86.57 96.48 69.94 -
YUV 248.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 252 255 202 0.01 0 0.21 0 63.4 1 0.9
Hex FC FF CA 1 0 15 0 3F 64 5A
Octal 374 377 312 1 0 25 0 77 144 132
Binary 11111100 11111111 11001010 1 0 10101 0 111111 1100100 1011010

Color Harmonies of #FCFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFCA

Black with #FCFFCA

Text Example


Text Example

White with #FCFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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